public static final class BillingResult.Builder
extends java.lang.Object
BillingResult that are used to return response from In-app Billing API.| Modifier and Type | Method and Description |
|---|---|
BillingResult |
build()
Returns
BillingResult reference. |
BillingResult.Builder |
setDebugMessage(java.lang.String debugMessage) |
BillingResult.Builder |
setResponseCode(int responseCode) |
public BillingResult.Builder setResponseCode(int responseCode)
public BillingResult.Builder setDebugMessage(java.lang.String debugMessage)
public BillingResult build()
BillingResult reference.